Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix broken amalgamation by include missing symbol definition in the expansion list #7222

Merged
merged 1 commit into from
Jul 27, 2017

Conversation

Piyush3dB
Copy link
Contributor

Fix for issue #7180

Recent updates to the ndarray module introduced the autograd runtime whose declarations were expanded by the python amalgamation script, but left out the definition. The result was an undefined symbol error when loading the shared library.

The fix for now is to include the definition file in the expansion list.

…er file but missing out the definition, causing a runtime undef symbol error.
@piiswrong piiswrong merged commit 72d00fd into apache:master Jul 27, 2017
Guneet-Dhillon pushed a commit to Guneet-Dhillon/mxnet that referenced this pull request Sep 13, 2017
…er file but missing out the definition, causing a runtime undef symbol error. (apache#7222)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants